type github.com/klauspost/compress/fse.cState

6 uses

	github.com/klauspost/compress/fse (current package)
		compress.go#L80: type cState struct {
		compress.go#L87: func (c *cState) init(bw *bitWriter, ct *cTable, tableLog uint8, first symbolTransform) {
		compress.go#L98: func (c *cState) encode(symbolTT symbolTransform) {
		compress.go#L106: func (c *cState) encodeZero(symbolTT symbolTransform) {
		compress.go#L114: func (c *cState) flush(tableLog uint8) {
		compress.go#L130: 	var c1, c2 cState